home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / CodeWarrior Lite / Metrowerks C⁄C++ Lite / Headers / ANSI Headers / stdarg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-20  |  236 b   |  14 lines  |  [TEXT/MMCC]

  1. #if __MWERKS__
  2. #pragma options align=mac68k
  3.  
  4. #include <_stdarg.h>
  5.  
  6. #pragma options align=reset
  7. #endif
  8.  
  9. /* Change log:
  10.  *94June04 PlumHall baseline
  11.  *94Sept30 Applied diffs for Wed Aug 31 07:55:38 1994
  12.  *94Oct07 Inserted MW changes.
  13.  */
  14.